home *** CD-ROM | disk | FTP | other *** search
/ Secrets of Stargate / STARGATE.iso / mac / STARGATE (5MB Macintosh) / STARGATE (5MB Macintosh).DXR / 00075.ls < prev    next >
Encoding:
Text File  |  1994-10-19  |  148 b   |  10 lines

  1. on mouseUp
  2.   global gMusicOn
  3.   set gMusicOn to the hilite of cast "Play Music"
  4.   if gMusicOn = 0 then
  5.     stopAiff()
  6.   else
  7.     idle()
  8.   end if
  9. end
  10.